home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / c / _desklibsm / h / dispatch < prev    next >
Encoding:
Text File  |  1993-05-26  |  253 b   |  11 lines

  1.  
  2. #ifndef __dl_dispatch_h
  3. #define __dl_dispatch_h
  4.  
  5. typedef void (*dispatch_proc)();
  6.  
  7. extern int Dispatch(int value, int size, int table[],
  8.                     dispatch_proc functions[],
  9.                     int arg0, int arg1, int arg2, int arg3);
  10. #endif
  11.